projects
/
project
/
firmware-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d23b962
)
Remove a debug statement from trx.c, add config changes for at91
author
Hamish Guthrie
<
[email protected]
>
Mon, 4 Jun 2007 17:39:38 +0000
(17:39 +0000)
committer
Hamish Guthrie
<
[email protected]
>
Mon, 4 Jun 2007 17:39:38 +0000
(17:39 +0000)
SVN-Revision: 7491
src/trx.c
patch
|
blob
|
history
diff --git
a/src/trx.c
b/src/trx.c
index f2ad99136706d6cc04fd32e5d582137af5eaac00..1ad3de54f63bcc756d33592f164c85c05a2f5089 100644
(file)
--- a/
src/trx.c
+++ b/
src/trx.c
@@
-231,7
+231,6
@@
int main(int argc, char **argv)
fclose(out);
- printf("Offsets:\n0x%08x\n0x%08x\n0x%08x\n", p->offsets[0], p->offsets[1], p->offsets[2]);
return EXIT_SUCCESS;
}